Hello,
I’m trying to create a pageduty service what is triggering an alert via webhook and resolving that via email, but that is not working for me.
Can you help me?
Here is my example try:
1.) Triggered an alert via webhook:
{
“payload”: {
“summary”: “This-is-the-summary”,
“timestamp”: “2016-08-22T10:30:56.455+0000”,
“source”: “monitoringtool:cloudvendor:central-region-dc-01:852559987:cluster/api-stats-prod-003”,
“severity”: “info”,
“component”: “This-is-the-component”,
“group”: “thisgroup”,
“class”: “classname”,
“custom_details”: {
“ping time”: “1500ms”,
“load avg”: 0.75
}
},
“routing_key”: “<my_rooting_key>”,
“dedup_key”: “dedup_key_2”,
“links”: [
{
“href”: “https://google.com”,
“text”: “Click here to check the incident.”
}
],
“event_action”: “trigger”,
“client”: “Sample Monitoring Service”,
“client_url”: “https://monitoring.example.com”
}
2.) I’m checking, the alert was created:
3.) I’m checking the alert key:
4.) I’m setting the email integration:
5.) I’m sending an email to the “intergation email” with the alert key.
6.) The triggered alert is not resolved this way.
The “intergation email” address is working, I checked.